We here set off to find prove the seemingly strange fact of us getting the same Interpolating Polynomial irrespective of the path we chose for finding out the Interpolating Polynomial in the Newton’s Divided Difference Table.

OBJECTIVE

Prove the Strange Fact of choosing any path leads to the same unique interpolating Polynomial rigorously.

FACTS & RESULTS

Here we first present all the facts and results we know till now or which have been proved in other assignments and webpage.

  1. The divided difference \(f[x_0,\ x_1,\ \dots,\ x_n]\) is Permutation Invariant.

  2. Newton’s Forward Path gives us the unique Interpolating Polynomial through the points \((x_0,f(x_0)),\ (x_1,f(x_1))\ \dots,\ (x_n, f(x_n))\), i.e.

\[ f(x)\ =\ f[x_0]\ +\ (x-x_0).f[x_1,x_0]\ +\ (x-x_0)(x-x_1).f[x_2,x_1,x_0]\ +\ \dots\ +\ (x-x_0)\dots(x-x_{n-1}).f[x_n,\dots,x_0] \]

  1. Newton’s Fundamental Formula holds i.e. for any \(f:\mathbf{R}\longrightarrow\mathbf{R}\) be any function and let \(x_0,\ x_1,\ \dots,\ x_n\) be distinct real numbers. Then for any \(x\in\mathbf{R}\),

\[ f(x)\ =\ p_n(x)\ +\ R_n(x). \]

where \(p_n\) is the unique polynomial of degree at most n that interpolates \(f\) at \(x_0,\ x_1,\ \dots,\ x_n\) , and the remainder term \(R_n(x)\) is given by -

\[ R_n(x)\ =\ [\prod_{i=0}^n(x-x_i)].f[x,x_0,\dots,x_n] \]

PROOF

We see it is enough to prove that any path leads to a Polynomial of degree \(\leq n\) that passes through all the points \((x_0,f(x_0)),\ (x_1,f(x_1))\ \dots,\ (x_n, f(x_n))\).

Because that would imply by Newton’s Fundamental Formula that this Polynomial is unique and hence it is the same as Newton’s Forward Path and we have already shown that Newton’s Forward Path is a Interpolating Polynomial of degree \(\leq n\) and it is unique. So, that randomly chose path results in the same unique interpolating polynomial.

We will try to prove this path independence via Induction.

APPENDIX

The Proofs of the FACTS & RESULTS can be found here -

  1. Permutation Invariant Proof My Answer

  2. Newton’s Forward Path Interpolating Polynomial Proof can be found in the Appendix of this Assignment.

  3. Newton’s Fundamental Formula Proof